@font-face {
	font-family: Bahnschrift SemiLight;
	src: url('../fonts/Bahnschrift.ttf');
}

@font-face {
	font-family: Bahnschrift SemiLight;
	src: url('../fonts/Bahnschrift.ttf');
}

.menu {
	background-color: rgba(36, 36, 36, 0.85);
	 border-radius: 10px 10px 10px 10px; 
	font-family: Bahnschrift SemiLight;
	min-width: 350px;
	color: #fff;
	box-shadow: 0px 0px 50px 0px #000;
	position: absolute;
}

.menu.align-left {
	left: 40;
	top: 50%;
	transform: translate(0, -50%);
}

.menu.align-top-left {
	left: 40;
	top: 40;
}

.menu.align-top {
	left: 50%;
	top: 40;
	transform: translate(-50%, 0);
}

.menu.align-top-right {
	right: 10;
	top: 40;
}

.menu.align-right {
	right: 40;
	top: 50%;
	transform: translate(0, -50%);
}

.menu.align-bottom-right {
	right: 40;
	bottom: 40;
}

.menu.align-bottom {
	left: 50%;
	bottom: 40;
	transform: translate(-50%, 0);
}

.menu.align-bottom-left {
	left: 40;
	bottom: 40;
}

.menu.align-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menu .head {
	background-image: url();
	background-repeat: no-repeat;
	background-position: right;
	background-size: 25px 25px;
	border-radius: 10px;
	text-align: left;
	padding-left: 3%;
	font-variant-position: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.menu .menu-items {
	max-height: 600px;
	overflow-y: hidden;
	border-radius: 0px 0px 10px 10px;
}

.menu .menu-items .menu-item {
	height: 40px;
	display: block;
	background-color: rgba(17, 25, 36, 0.75);
	-box-shadow: inset 1px 0px 0px 0px rgba(51, 51, 51, 0.6);
	height: 32px;
	line-height: 32px;
	color: rgb(255, 255, 255);
	text-align: left;
	padding-left: 3%;
}

.menu .menu-items .menu-item.selected {
	background-color: #304b75;
}